home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Click 1 (Special Issue) / fantasy.iso / Demo The Druid King / DemoMap.pak / SEQUENCES_S02_OR_S03.VS < prev    next >
Text File  |  2001-04-11  |  220b  |  8 lines

  1. // void
  2.  
  3. if (EnvReadString("/DM C5/Return Value")=="help")
  4.     RunSequence("s02");
  5. else if (EnvReadString("/DM C5/Return Value")=="nohelp")
  6.     RunSequence("s03");
  7. else
  8.     pr("Conversation 5 did not finish as expected!");